home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / novell / faxdoc / 295.lit < prev    next >
Text File  |  1996-07-10  |  3KB  |  33 lines

  1.                             FYI
  2.  
  3. Note: The origin of this information may be internal or external to Novell.  Novell makes every effort within its means to verify this information.  However, the information provided in this document is FOR YOUR INFORMATION only.  Novell makes no explicit or implied claims to the validity of this information.
  4.  
  5.                TITLE:   Server Optimization and Functions
  6.         DOCUMENT ID#:   FYI.P.6037
  7.                 DATE:   October 29, 1991
  8.              PRODUCT:   NetWare Lite
  9.      PRODUCT VERSION:   All versions
  10.           SUPERSEDES:   NA
  11.  
  12.              SYMPTOM:   NA
  13.  
  14. ISSUE/PROBLEM
  15.  
  16. Server Optimization and Functions
  17.  
  18. Disk Caches
  19. NetWare Lite does not ship with a disk cache.  We have tested with several (read many) commercially available disk cache products and found them to be quite inexpensive while adding significant performance to the NetWare Lite server software.  We suggest for higher performance of the NetWare Lite server that a disk cache be acquired and installed on the server machines.  Some cache tuning may be necessary for best results.
  20.  
  21. Server Configuration
  22. For best performance we suggest that receive buffer and read buffer sizes be increased to what is supported by the network topology (i.e. ethernet, token ring) up to a maximum of 4096 bytes using a multiple of 512 bytes.  In fact, if 4096 is selected then the server will truncate the value to the maximum value supported by the topology.  This tuning allows clients to request more data from (or send more data to) the server with each read (write) operation.  When more data is sent, fewer requests are necessary and better performance is obtained.  This enhancement does increase the size of SERVER when it is resident in DOS.
  23.  
  24. Depending on the "load" being placed on the server, it may be beneficial to increase the number of receive buffers and read buffers.  In general, we have found that 8-12 receive buffers is enough for even the most heavily loaded server.  Similarly, 5-10 read buffers is sufficient.  These values need not be more than one or two above the number of simultaneous connections (up to our suggested maximums of 8-12 receive buffers and 5-10 read buffers).
  25.  
  26. Mapping vs. SUBSTing
  27. If your machine is a server and you would like to map to yourself, it is recommended that you SUBST to yourself instead of mapping to yourself.  SUBST is a DOS command that lets you assign a drive letter to a directory on another drive.  For example, if you usually map to yourself with G: to the Network Directory APPS, and if APPS is actually the C:\APPS directory, the NET MAP G: APPS could be replaced by SUBST G: C:\APPS. To remove this substitution, you would type SUBST G: /D.  Using this substitution, rather than a mapping, will result in better performance for operations done on drive G:.
  28.  
  29. Mapping Local Drive
  30. You can map drives that are local, for example A: or B:, and use them temporarily as network drives.  However as a general practice, it is not recommended.  If you run out of drive letters to map, increase LASTDRIVE in your CONFIG.SYS.
  31.  
  32. Use of ASSIGN
  33. Do not use ASSIGN with NetWare Lite.  The DOS reference manual (3.3) recommends that you use SUBST instead of ASSIGN and explains how to do so.